home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mechacatdestructo.swf / scripts / DefineButton2_729 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  149b  |  8 lines

  1. on(release){
  2.    if(_parent.Popup._currentframe == 1)
  3.    {
  4.       _global.Game.G_Pause = true;
  5.       _global.Popup.gotoAndStop("Pause");
  6.    }
  7. }
  8.